home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / pc / YadVashem / shock.dxr / Internal_88.ls < prev    next >
Encoding:
Text File  |  2001-06-12  |  227 b   |  14 lines

  1. on mouseUp
  2.   case the mouseLine of
  3.     1:
  4.       seeMore("moreShock", "mogedb")
  5.     2:
  6.       seeMore("moreShock", "motach")
  7.   end case
  8.   updateStage()
  9. end
  10.  
  11. on mouseWithin
  12.   hilite line the mouseLine of field the mouseMember
  13. end
  14.